JPlanner Programmer's Guide
Graphics.drawPolygon Method (Pen, Point[])
See Also
 






Draws a polygon defined by an array of Point objects.

Namespace: com.mindfusion.drawing
Package: com.mindfusion.drawing

 Syntax

Java  Copy Code

public void drawPolygon (
    Pen pen,
    Point[] points
)

 Parameters

pen

A Pen object that determines the color, width, and style of the polygon.

points

An array of Point objects that represent the vertices of the polygon.

 See Also

drawPolygon Method Overload List
Graphics Members
Graphics Interface
com.mindfusion.drawing Namespace